Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632543 Views

Latest files of /cody/solygambas/html-css-javascript-projects/088-promo code

style.css cody/solygambas/html-css-javascript-projects/088-promo code/style.css
111 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");

* {
box-sizing: border-box;
}

body {
background: #232526;
index.html cody/solygambas/html-css-javascript-projects/088-promo code/index.html
288 Views
0 Comments
<!-- Based on Build a CSS Christmas Present that Opens & Closes by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=EudYjHN7StE -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
script.js cody/solygambas/html-css-javascript-projects/088-promo code/script.js
181 Views
0 Comments
const present = document.getElementById("present");
const options = {
colors: [
"#34D963",
"#068C2C",
"#FF5757",
"#8C1414",
"#D9D74A",